lab9:
	gcc -Wall lab9.c arrayProcessing.c
run:
	./a.out
clean:
	rm lab9.c
	rm -f output.txt

